aboutsummaryrefslogtreecommitdiff
path: root/front-end/src/views/Account/[comp].vue
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-08-23 22:11:23 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2023-08-23 22:11:23 -0400
commit51a65e9196f35393817ba94721503afdfa76fb60 (patch)
tree89f37a8c0a01521c3c567441200ca2061f233600 /front-end/src/views/Account/[comp].vue
parent277dd634e169e7341272e304f715a542047396d7 (diff)
package and ui updates
Diffstat (limited to 'front-end/src/views/Account/[comp].vue')
-rw-r--r--front-end/src/views/Account/[comp].vue11
1 files changed, 0 insertions, 11 deletions
diff --git a/front-end/src/views/Account/[comp].vue b/front-end/src/views/Account/[comp].vue
index 75fd086..9e6343d 100644
--- a/front-end/src/views/Account/[comp].vue
+++ b/front-end/src/views/Account/[comp].vue
@@ -14,12 +14,6 @@
<Tab v-slot="{ selected }" >
<span class="page-link" :class="{ 'active': selected }">
- OAuth
- </span>
- </tab>
-
- <Tab v-slot="{ selected }" >
- <span class="page-link" :class="{ 'active': selected }">
Settings
</span>
</tab>
@@ -34,10 +28,6 @@
</TabPanel>
<TabPanel :unmount="false">
- <OauthApps />
- </TabPanel>
-
- <TabPanel :unmount="false">
<Settings />
</TabPanel>
@@ -54,7 +44,6 @@ import { useRouteParams } from '@vueuse/router'
import { TabGroup, TabList, Tab, TabPanels, TabPanel } from '@headlessui/vue'
import Settings from './components/settings/Settings.vue'
import Profile from './components/profile/Profile.vue'
-import OauthApps from './components/oauth/Oauth.vue'
usePageGuard()
useTitle('Account')